home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 3863 / 3863.xpi / samples / Macros / Demo-SavePDF.iim < prev    next >
Text File  |  2010-01-25  |  1KB  |  36 lines

  1. ∩╗┐VERSION BUILD=4170912     
  2. TAB T=1     
  3. TAB CLOSEALLOTHERS     
  4. URL GOTO=http://www.iopus.com/imacros/demo/v6/pdf/          
  5. '
  6. WAIT SECONDS=2
  7. '
  8. '1st Download (small file)
  9. TAG POS=1 TYPE=A ATTR=TXT:Open<SP>small<SP>PDF<SP>Document     
  10. ONDOWNLOAD FOLDER=* FILE=+_{{!NOW:yyyymmdd_hhnnss}}   
  11. SAVEITEM        
  12. '
  13. '2nd Download (same as #1 but larger file)
  14. URL GOTO=http://www.iopus.com/imacros/demo/v5/pdf/  
  15. TAG POS=1 TYPE=A ATTR=TXT:*User<SP>Manual*   
  16. ONDOWNLOAD FOLDER=* FILE=+_{{!NOW:yyyymmdd_hhnnss}}    
  17. TAB T=1     
  18. SAVEITEM       
  19. '
  20. '
  21. WAIT SECONDS=3
  22. URL GOTO=http://www.iopus.com/imacros/home/msg/ok.htm  
  23. '
  24. '
  25. 'Note: If *no* Acrobat Reader is installed, the TAG command
  26. 'triggers a normal download of the PDF file. And since no PDF Plugin
  27. 'is opened, the SAVEITEM command simply downloads the open web page.
  28. 'instead of the PDF Plug-In content. 
  29. '
  30. 'Notes for Firefox:
  31. ' - If you want to DISPLAY a PDF document (and not download it) use: SET !DOWNLOADPDF NO
  32. ' - Saveitem is only required for use within IE or the iMacros Browser, FX does not need it  
  33.  
  34.